var go/token.tokens

4 uses

	go/token (current package)
		token.go#L134: var tokens = [...]string{
		token.go#L243: 	if 0 <= tok && tok < Token(len(tokens)) {
		token.go#L244: 		s = tokens[tok]
		token.go#L287: 		keywords[tokens[i]] = i